* frame.el (frame-initialize): Remember to actually traverse
authorJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 11:33:31 +0000 (11:33 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 11:33:31 +0000 (11:33 +0000)
initial-frame-alist.

lisp/frame.el

index 6abf81260324234cc5e88bb2d4b472bf63859d45..b75535172406c3e76163e51282f8f4d142bf0aff 100644 (file)
@@ -108,7 +108,8 @@ These supersede the values given in `default-frame-alist'.")
                  (if (and (consp (car tail))
                           (memq (car (car tail)) '(height width top left)))
                      (setq initial-frame-alist
-                           (delq tail initial-frame-alist)))))
+                           (delq tail initial-frame-alist)))
+                 (setq tail (cdr tail))))
              ;; Handle `reverse' as a parameter.
              (if (cdr (or (assq 'reverse initial-frame-alist)
                           (assq 'reverse default-frame-alist)